ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientDeletedRow Property






In This Topic
    OnClientDeletedRow Property
    In This Topic
    Occurs after the user has deleted a row by pressing the Delete key.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientDeletedRow As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientDeletedRow = value
     
    value = instance.OnClientDeletedRow
    public virtual System.string OnClientDeletedRow {get; set;}
    public read-write property OnClientDeletedRow: System.String; virtual; 
    public function get,set OnClientDeletedRow : System.String
    public: __property virtual System.string* get_OnClientDeletedRow();
    public: __property virtual void set_OnClientDeletedRow( 
       System.string* value
    );
    public:
    virtual property System.String^ OnClientDeletedRow {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also